xSQL Schema Compare SDK for SQL Server version 12
Item(String,String,Byte[]) Property


The column master key that is used to encrypt the value.
The encryption algorithm.
The encrypted value.
Gets the SqlColumnEncryptionKeyValue with the specified settings.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal columnMasterKey As System.String, _
   ByVal encryptionAlgorithm As System.String, _
   ByVal encryptedValue() As System.Byte _
) As SqlColumnEncryptionKeyValue
public new SqlColumnEncryptionKeyValue Item( 
   System.string columnMasterKey,
   System.string encryptionAlgorithm,
   System.byte[] encryptedValue
) {get;}
public: __property new SqlColumnEncryptionKeyValue* get_Item( 
   System.string* columnMasterKey,
   System.string* encryptionAlgorithm,
   System.byte[]* encryptedValue
);

Parameters

columnMasterKey
The column master key that is used to encrypt the value.
encryptionAlgorithm
The encryption algorithm.
encryptedValue
The encrypted value.

Property Value

A SqlColumnEncryptionKeyValue value with the specified settings or not null in no encrypted value is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptioncolumnMasterKey parameter, encryptionAlgorithm are null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlColumnEncryptionKeyValueCollection Class
SqlColumnEncryptionKeyValueCollection Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback